home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 176-200 / scopedisk180 / arexxtutorial / more_examples / ports2.rexx < prev    next >
OS/2 REXX Batch file  |  1995-03-19  |  132b  |  5 lines

  1. /* ports2 - send packet to test.rexx */
  2. say 'sending message to ports.rexx'
  3. address 'testport' 'This should print from ports.rexx'
  4.  
  5.